home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / wsc4c21.zip / MESSAGE.H < prev    next >
Text File  |  1997-05-22  |  1KB  |  54 lines

  1. #define MSG_DEBUG    300
  2. #define MSG_INFO     301
  3. #define MSG_PAINT    200
  4. #define MSG_ABOUT      1
  5. #define MSG_COM1      11
  6. #define MSG_COM2      12
  7. #define MSG_COM3      13
  8. #define MSG_COM4      14
  9. #define MSG_110       20
  10. #define MSG_300       21
  11. #define MSG_600       22
  12. #define MSG_1200      23
  13. #define MSG_2400      24
  14. #define MSG_4800      25
  15. #define MSG_9600      26
  16. #define MSG_19200     27
  17. #define MSG_38400     28
  18. #define MSG_57600     29
  19. #define MSG_115200    30
  20. #define MSG_INSTRUCT  35
  21. #define MSG_TEST      36
  22. #define MSG_NONE      40
  23. #define MSG_EVEN      41
  24. #define MSG_ODD       43
  25. #define MSG_1_SB      51
  26. #define MSG_2_SB      52
  27. #define MSG_7_DB      53
  28. #define MSG_8_DB      54
  29. #define MSG_EXIT      61
  30. #define MSG_ONLINE    62
  31. #define MSG_OFFLINE   63
  32. #define MSG_HANDSHAKE 71
  33. #define MSG_DIAL      72
  34. #define MSG_BREAK     73
  35. #define MSG_DTR_SET   81
  36. #define MSG_DTR_CLR   82
  37. #define MSG_RTS_SET   91
  38. #define MSG_RTS_CLR   92
  39. #define MSG_HW_FLOW  100
  40. #define MSG_SW_FLOW  101
  41. #define MSG_NO_FLOW  102
  42. #define MSG_STATUS   110
  43. #define MSG_XM_SND   120
  44. #define MSG_XM_RCV   121
  45. #define MSG_YM_SND   122
  46. #define MSG_YM_RCV   123
  47.  
  48. #define MSG_LEFT     150
  49. #define MSG_RIGHT    151
  50. #define MSG_UP       152
  51. #define MSG_DOWN     153
  52. #define MSG_CLEAR    154
  53. #define MSG_CLREOL   155
  54.